server socket造句
例句與造句
- Dd > returns the local address of this server socket
返回此服務(wù)器套接字的本地地址。 - Using an asynchronous server socket
使用異步服務(wù)器套接字 - Using a synchronous server socket
>使用同步服務(wù)器套接字 - Asynchronous server socket example
異步服務(wù)器套接字示例 - Synchronous server socket example
同步服務(wù)器套接字示例 - It's difficult to find server socket in a sentence. 用server socket造句挺難的
- The python library comes with client and server socket programming modules
Python庫提供客戶機(jī)和服務(wù)器套接字編程模塊。 - Synchronous server sockets suspend the execution of the application until a connection request is received on the socket
同步服務(wù)器套接字掛起應(yīng)用程序的執(zhí)行,直到套接字上接收到連接請求。 - Listening with sockets listener or server sockets open a port on the network and then wait for a client to connect to that port
偵聽器或服務(wù)器套接字在網(wǎng)絡(luò)上打開一個端口,然后等待客戶端連接到該端口。 - Synchronous server sockets are not suitable for applications that make heavy use of the network in their operation , but they can be suitable for simple network applications . after a
同步服務(wù)器套接字不適用于在操作中大量使用網(wǎng)絡(luò)的應(yīng)用程序,但它們可能適用于簡單的網(wǎng)絡(luò)應(yīng)用程序。 - You can view currently active connections on a per - protocol basis , view connections in a particular state such as server sockets in the listening state , and many others
,可以查看當(dāng)前活動的連接(按單個協(xié)議進(jìn)行查看) ,查看特定狀態(tài)的連接(比如處于監(jiān)聽狀態(tài)的服務(wù)器套接字)和許多其他的信息。 - Looking at the code , we can see that it is contains three distinct sections , one that sets up the server socket that listens for new connections , one that listens on the port and accepts new connections , and a final section to register the new socket with the selector
研究一下該代碼,我們可以看到它包含三個不同的部分,一個部分設(shè)置用于監(jiān)聽新連接的服務(wù)器套接字,另一個部分監(jiān)聽端口并接受新的連接,最后一個部分將新的套接字注冊到選擇器。